Html Css Color HEX #6CAF7C Oxley

📋 copy color: '#6CAF7C'

red 108 ◦ green 175 ◦ blue 124

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

Shades of Oxley #6CAF7C

Tints of Oxley #6CAF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43%

 BLUE value IS 124 (48.83% from 255) = 30.47%

R = 26.54%
G = 43%
B = 30.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#6CAF7C (or 0x6CAF7C) is known color: Oxley. HEX triplet: 6C, AF and 7C. RGB value is (108,175,124). Sum of RGB (Red+Green+Blue) = 108+175+124=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAF7C is #935083. Grayscale: #959595. Windows color (decimal): -9654404 or 8171372. OLE color: 8171372.

HSL color Cylindrical-coordinate representation of color #6CAF7C: hue angle of 134.33º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAF7C is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 175 124 -
CMYK 0.38 0 0.29 0.31
HSL 134.33º 0.3% 0.55% -
HSV(B) 134.33º 0.38% 0.69% -
XYZ 25.15 35.3 24.56 -
YUV 149.15 113.8 98.65 -
System Red Green Blue C M Y K H S L
Decimal 108 175 124 0.38 0 0.29 0.31 134.33 0.3 0.55
Hex 6C AF 7C 26 0 1D 1F 86 1E 37
Octal 154 257 174 46 0 35 37 206 36 67
Binary 1101100 10101111 1111100 100110 0 11101 11111 10000110 11110 110111

Color Harmonies of #6CAF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAF7C

Black with #6CAF7C

Text Example


Text Example

White with #6CAF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,175,124); }

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

background-color css

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

 a { background-color: rgb(108,175,124); }

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

border-color css

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

 span { border-color: rgb(108,175,124); }

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