Html Css Color HEX #66B307 Christi

📋 copy color: '#66B307'

red 102 ◦ green 179 ◦ blue 7

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

Shades of Christi #66B307

Tints of Christi #66B307

RGB

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

 GREEN value IS 179 (70.31% from 255) = 62.15%

 BLUE value IS 7 (3.13% from 255) = 2.43%

R = 35.42%
G = 62.15%
B = 2.43%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#66B307 (or 0x66B307) is known color: Christi. HEX triplet: 66, B3 and 07. RGB value is (102,179,7). Sum of RGB (Red+Green+Blue) = 102+179+7=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 179 (70.31% from 255 or 62.15% from 288); Blue value is 7 (3.12% from 255 or 2.43% from 288); Max value from RGB is 179 - color contains mainly: green. Hex color #66B307 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66B307 is #994CF8. Grayscale: #888888. Windows color (decimal): -10046713 or 504678. OLE color: 504678.

HSL color Cylindrical-coordinate representation of color #66B307: hue angle of 86.86º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66B307 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 179 7 -
CMYK 0.43 0 0.96 0.30
HSL 86.86º 0.92% 0.36% -
HSV(B) 86.86º 0.96% 0.7% -
XYZ 21.64 35.08 5.83 -
YUV 136.37 54.99 103.49 -
System Red Green Blue C M Y K H S L
Decimal 102 179 7 0.43 0 0.96 0.30 86.86 0.92 0.36
Hex 66 B3 7 2B 0 60 1E 57 5C 24
Octal 146 263 7 53 0 140 36 127 134 44
Binary 1100110 10110011 111 101011 0 1100000 11110 1010111 1011100 100100

Color Harmonies of #66B307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B307

Black with #66B307

Text Example


Text Example

White with #66B307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,179,7); }

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

background-color css

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

 a { background-color: rgb(102,179,7); }

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

border-color css

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

 span { border-color: rgb(102,179,7); }

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