Html Css Color HEX #6B9974 Oxley

📋 copy color: '#6B9974'

red 107 ◦ green 153 ◦ blue 116

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

Shades of Oxley #6B9974

Tints of Oxley #6B9974

RGB

 RED value IS 107 (42.19% from 255) = 28.46%

 GREEN value IS 153 (60.16% from 255) = 40.69%

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 28.46%
G = 40.69%
B = 30.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#6B9974 (or 0x6B9974) is known color: Oxley. HEX triplet: 6B, 99 and 74. RGB value is (107,153,116). Sum of RGB (Red+Green+Blue) = 107+153+116=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #6B9974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9974 is #94668B. Grayscale: #878787. Windows color (decimal): -9725580 or 7641451. OLE color: 7641451.

HSL color Cylindrical-coordinate representation of color #6B9974: hue angle of 131.74º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B9974 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 107 153 116 -
CMYK 0.30 0 0.24 0.4
HSL 131.74º 0.18% 0.51% -
HSV(B) 131.74º 0.3% 0.6% -
XYZ 20.61 27.17 20.68 -
YUV 135.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 107 153 116 0.30 0 0.24 0.4 131.74 0.18 0.51
Hex 6B 99 74 1E 0 18 28 84 12 33
Octal 153 231 164 36 0 30 50 204 22 63
Binary 1101011 10011001 1110100 11110 0 11000 101000 10000100 10010 110011

Color Harmonies of #6B9974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9974

Black with #6B9974

Text Example


Text Example

White with #6B9974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,153,116); }

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

background-color css

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

 a { background-color: rgb(107,153,116); }

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

border-color css

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

 span { border-color: rgb(107,153,116); }

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