Html Css Color HEX #6CA273 Oxley

📋 copy color: '#6CA273'

red 108 ◦ green 162 ◦ blue 115

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

Shades of Oxley #6CA273

Tints of Oxley #6CA273

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.08%

 BLUE value IS 115 (45.31% from 255) = 29.87%

R = 28.05%
G = 42.08%
B = 29.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#6CA273 (or 0x6CA273) is known color: Oxley. HEX triplet: 6C, A2 and 73. RGB value is (108,162,115). Sum of RGB (Red+Green+Blue) = 108+162+115=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA273 is #935D8C. Grayscale: #8C8C8C. Windows color (decimal): -9657741 or 7578220. OLE color: 7578220.

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

Color convert

RGB 108 162 115 -
CMYK 0.33 0 0.29 0.36
HSL 127.78º 0.23% 0.53% -
HSV(B) 127.78º 0.33% 0.64% -
XYZ 22.2 30.27 20.89 -
YUV 140.5 113.61 104.82 -
System Red Green Blue C M Y K H S L
Decimal 108 162 115 0.33 0 0.29 0.36 127.78 0.23 0.53
Hex 6C A2 73 21 0 1D 24 80 16 35
Octal 154 242 163 41 0 35 44 200 26 65
Binary 1101100 10100010 1110011 100001 0 11101 100100 10000000 10110 110101

Color Harmonies of #6CA273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA273

Black with #6CA273

Text Example


Text Example

White with #6CA273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,162,115); }

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

background-color css

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

 a { background-color: rgb(108,162,115); }

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

border-color css

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

 span { border-color: rgb(108,162,115); }

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