Html Css Color HEX #66A521 Christi

📋 copy color: '#66A521'

red 102 ◦ green 165 ◦ blue 33

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

Shades of Christi #66A521

Tints of Christi #66A521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 55%

 BLUE value IS 33 (13.28% from 255) = 11%

R = 34%
G = 55%
B = 11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#66A521 (or 0x66A521) is known color: Christi. HEX triplet: 66, A5 and 21. RGB value is (102,165,33). Sum of RGB (Red+Green+Blue) = 102+165+33=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 165 (64.84% from 255 or 55% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 165 - color contains mainly: green. Hex color #66A521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A521 is #995ADE. Grayscale: #838383. Windows color (decimal): -10050271 or 2205030. OLE color: 2205030.

HSL color Cylindrical-coordinate representation of color #66A521: hue angle of 88.64º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66A521 is Cyan = 0.38, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 165 33 -
CMYK 0.38 0 0.8 0.35
HSL 88.64º 0.67% 0.39% -
HSV(B) 88.64º 0.8% 0.65% -
XYZ 19.21 29.84 6.19 -
YUV 131.12 72.63 107.23 -
System Red Green Blue C M Y K H S L
Decimal 102 165 33 0.38 0 0.8 0.35 88.64 0.67 0.39
Hex 66 A5 21 26 0 50 23 59 43 27
Octal 146 245 41 46 0 120 43 131 103 47
Binary 1100110 10100101 100001 100110 0 1010000 100011 1011001 1000011 100111

Color Harmonies of #66A521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A521

Black with #66A521

Text Example


Text Example

White with #66A521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,165,33); }

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

background-color css

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

 a { background-color: rgb(102,165,33); }

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

border-color css

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

 span { border-color: rgb(102,165,33); }

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