Html Css Color HEX #6CAA7D Oxley

📋 copy color: '#6CAA7D'

red 108 ◦ green 170 ◦ blue 125

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

Shades of Oxley #6CAA7D

Tints of Oxley #6CAA7D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.18%

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 26.8%
G = 42.18%
B = 31.02%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#6CAA7D (or 0x6CAA7D) is known color: Oxley. HEX triplet: 6C, AA and 7D. RGB value is (108,170,125). Sum of RGB (Red+Green+Blue) = 108+170+125=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAA7D is #935582. Grayscale: #929292. Windows color (decimal): -9655683 or 8235628. OLE color: 8235628.

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

Color convert

RGB 108 170 125 -
CMYK 0.36 0 0.26 0.33
HSL 136.45º 0.27% 0.55% -
HSV(B) 136.45º 0.36% 0.67% -
XYZ 24.26 33.42 24.57 -
YUV 146.33 115.96 100.66 -
System Red Green Blue C M Y K H S L
Decimal 108 170 125 0.36 0 0.26 0.33 136.45 0.27 0.55
Hex 6C AA 7D 24 0 1A 21 88 1B 37
Octal 154 252 175 44 0 32 41 210 33 67
Binary 1101100 10101010 1111101 100100 0 11010 100001 10001000 11011 110111

Color Harmonies of #6CAA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAA7D

Black with #6CAA7D

Text Example


Text Example

White with #6CAA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,170,125); }

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

background-color css

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

 a { background-color: rgb(108,170,125); }

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

border-color css

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

 span { border-color: rgb(108,170,125); }

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