Html Css Color HEX #6C9974 Oxley

📋 copy color: '#6C9974'

red 108 ◦ green 153 ◦ blue 116

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

Shades of Oxley #6C9974

Tints of Oxley #6C9974

RGB

 RED value IS 108 (42.58% from 255) = 28.65%

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

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

R = 28.65%
G = 40.58%
B = 30.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#6C9974 (or 0x6C9974) is known color: Oxley. HEX triplet: 6C, 99 and 74. RGB value is (108,153,116). Sum of RGB (Red+Green+Blue) = 108+153+116=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #6C9974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9974 is #93668B. Grayscale: #878787. Windows color (decimal): -9660044 or 7641452. OLE color: 7641452.

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

Color convert

RGB 108 153 116 -
CMYK 0.29 0 0.24 0.4
HSL 130.67º 0.18% 0.51% -
HSV(B) 130.67º 0.29% 0.6% -
XYZ 20.73 27.23 20.69 -
YUV 135.33 117.09 108.51 -
System Red Green Blue C M Y K H S L
Decimal 108 153 116 0.29 0 0.24 0.4 130.67 0.18 0.51
Hex 6C 99 74 1D 0 18 28 83 12 33
Octal 154 231 164 35 0 30 50 203 22 63
Binary 1101100 10011001 1110100 11101 0 11000 101000 10000011 10010 110011

Color Harmonies of #6C9974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9974

Black with #6C9974

Text Example


Text Example

White with #6C9974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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