Html Css Color HEX #6A9475 Oxley

📋 copy color: '#6A9475'

red 106 ◦ green 148 ◦ blue 117

#6A9475
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #6A9475

Tints of Oxley #6A9475

RGB

 RED value IS 106 (41.8% from 255) = 28.57%

 GREEN value IS 148 (58.2% from 255) = 39.89%

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 28.57%
G = 39.89%
B = 31.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6A9475 (or 0x6A9475) is known color: Oxley. HEX triplet: 6A, 94 and 75. RGB value is (106,148,117). Sum of RGB (Red+Green+Blue) = 106+148+117=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #6A9475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9475 is #956B8A. Grayscale: #838383. Windows color (decimal): -9792395 or 7705706. OLE color: 7705706.

HSL color Cylindrical-coordinate representation of color #6A9475: hue angle of 135.71º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A9475 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 148 117 -
CMYK 0.28 0 0.21 0.42
HSL 135.71º 0.17% 0.5% -
HSV(B) 135.71º 0.28% 0.58% -
XYZ 19.74 25.53 20.72 -
YUV 131.91 119.59 109.52 -
System Red Green Blue C M Y K H S L
Decimal 106 148 117 0.28 0 0.21 0.42 135.71 0.17 0.5
Hex 6A 94 75 1C 0 15 2A 88 11 32
Octal 152 224 165 34 0 25 52 210 21 62
Binary 1101010 10010100 1110101 11100 0 10101 101010 10001000 10001 110010

Color Harmonies of #6A9475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9475

Black with #6A9475

Text Example


Text Example

White with #6A9475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A9475; }

 p { color: rgb(106,148,117); }

 H1.HeaderClassName
 {
   color: #6A9475;
 }
 .AnyTagClassName
 {
   color: #6A9475;
 }
</style>

background-color css

<style>
 a { background-color: #6A9475; }

 a { background-color: rgb(106,148,117); }

 div.DivClassName
 {
   background-color: #6A9475;
 }
 .BgClassName
 {
   background-color: #6A9475;
 }
</style>

border-color css

<style>
 span { border-color: #6A9475; }

 span { border-color: rgb(106,148,117); }

 td.TdClassName
 {
   border-color: #6A9475;
 }
 .TagClassName
 {
   border-color: #6A9475;
 }
</style>