Html Css Color HEX #6CA181 Oxley

📋 copy color: '#6CA181'

red 108 ◦ green 161 ◦ blue 129

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

Shades of Oxley #6CA181

Tints of Oxley #6CA181

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.45%

 BLUE value IS 129 (50.78% from 255) = 32.41%

R = 27.14%
G = 40.45%
B = 32.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#6CA181 (or 0x6CA181) is known color: Oxley. HEX triplet: 6C, A1 and 81. RGB value is (108,161,129). Sum of RGB (Red+Green+Blue) = 108+161+129=398 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.14% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA181 is #935E7E. Grayscale: #8D8D8D. Windows color (decimal): -9657983 or 8495468. OLE color: 8495468.

HSL color Cylindrical-coordinate representation of color #6CA181: hue angle of 143.77º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6CA181 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 108 161 129 -
CMYK 0.33 0 0.20 0.37
HSL 143.77º 0.22% 0.53% -
HSV(B) 143.77º 0.33% 0.63% -
XYZ 22.89 30.26 25.4 -
YUV 141.51 120.94 104.1 -
System Red Green Blue C M Y K H S L
Decimal 108 161 129 0.33 0 0.20 0.37 143.77 0.22 0.53
Hex 6C A1 81 21 0 14 25 90 16 35
Octal 154 241 201 41 0 24 45 220 26 65
Binary 1101100 10100001 10000001 100001 0 10100 100101 10010000 10110 110101

Color Harmonies of #6CA181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA181

Black with #6CA181

Text Example


Text Example

White with #6CA181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,161,129); }

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

background-color css

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

 a { background-color: rgb(108,161,129); }

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

border-color css

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

 span { border-color: rgb(108,161,129); }

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