Html Css Color HEX #6CAC7F Oxley

📋 copy color: '#6CAC7F'

red 108 ◦ green 172 ◦ blue 127

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

Shades of Oxley #6CAC7F

Tints of Oxley #6CAC7F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.26%

 BLUE value IS 127 (50% from 255) = 31.2%

R = 26.54%
G = 42.26%
B = 31.2%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#6CAC7F (or 0x6CAC7F) is known color: Oxley. HEX triplet: 6C, AC and 7F. RGB value is (108,172,127). Sum of RGB (Red+Green+Blue) = 108+172+127=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAC7F is #935380. Grayscale: #939393. Windows color (decimal): -9655169 or 8367212. OLE color: 8367212.

HSL color Cylindrical-coordinate representation of color #6CAC7F: hue angle of 137.81º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6CAC7F is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 172 127 -
CMYK 0.37 0 0.26 0.33
HSL 137.81º 0.28% 0.55% -
HSV(B) 137.81º 0.37% 0.67% -
XYZ 24.77 34.23 25.38 -
YUV 147.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 108 172 127 0.37 0 0.26 0.33 137.81 0.28 0.55
Hex 6C AC 7F 25 0 1A 21 8A 1C 37
Octal 154 254 177 45 0 32 41 212 34 67
Binary 1101100 10101100 1111111 100101 0 11010 100001 10001010 11100 110111

Color Harmonies of #6CAC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAC7F

Black with #6CAC7F

Text Example


Text Example

White with #6CAC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,172,127); }

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

background-color css

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

 a { background-color: rgb(108,172,127); }

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

border-color css

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

 span { border-color: rgb(108,172,127); }

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