Html Css Color HEX #66A36D Oxley

📋 copy color: '#66A36D'

red 102 ◦ green 163 ◦ blue 109

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

Shades of Oxley #66A36D

Tints of Oxley #66A36D

RGB

 RED value IS 102 (40.23% from 255) = 27.27%

 GREEN value IS 163 (64.06% from 255) = 43.58%

 BLUE value IS 109 (42.97% from 255) = 29.14%

R = 27.27%
G = 43.58%
B = 29.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#66A36D (or 0x66A36D) is known color: Oxley. HEX triplet: 66, A3 and 6D. RGB value is (102,163,109). Sum of RGB (Red+Green+Blue) = 102+163+109=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 163 - color contains mainly: green. Hex color #66A36D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A36D is #995C92. Grayscale: #8A8A8A. Windows color (decimal): -10050707 or 7185254. OLE color: 7185254.

HSL color Cylindrical-coordinate representation of color #66A36D: hue angle of 126.89º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A36D is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 163 109 -
CMYK 0.37 0 0.33 0.36
HSL 126.89º 0.25% 0.52% -
HSV(B) 126.89º 0.37% 0.64% -
XYZ 21.34 30.12 19.16 -
YUV 138.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 102 163 109 0.37 0 0.33 0.36 126.89 0.25 0.52
Hex 66 A3 6D 25 0 21 24 7F 19 34
Octal 146 243 155 45 0 41 44 177 31 64
Binary 1100110 10100011 1101101 100101 0 100001 100100 1111111 11001 110100

Color Harmonies of #66A36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A36D

Black with #66A36D

Text Example


Text Example

White with #66A36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66A36D; }

 p { color: rgb(102,163,109); }

 H1.HeaderClassName
 {
   color: #66A36D;
 }
 .AnyTagClassName
 {
   color: #66A36D;
 }
</style>

background-color css

<style>
 a { background-color: #66A36D; }

 a { background-color: rgb(102,163,109); }

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

border-color css

<style>
 span { border-color: #66A36D; }

 span { border-color: rgb(102,163,109); }

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