Html Css Color HEX #066500 Green

📋 copy color: '#066500'

red 6 ◦ green 101 ◦ blue 0

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

Shades of Green #066500

Tints of Green #066500

RGB

 RED value IS 6 (2.73% from 255) = 5.61%

 GREEN value IS 101 (39.84% from 255) = 94.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 5.61%
G = 94.39%
B = 0%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#066500 (or 0x066500) is known color: Green. HEX triplet: 06, 65 and 00. RGB value is (6,101,0). Sum of RGB (Red+Green+Blue) = 6+101+0=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 101 (39.84% from 255 or 94.39% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 101 - color contains mainly: green. Hex color #066500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066500 is #F99AFF. Grayscale: #3D3D3D. Windows color (decimal): -16358144 or 25862. OLE color: 25862.

HSL color Cylindrical-coordinate representation of color #066500: hue angle of 116.44º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #066500 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 101 0 -
CMYK 0.94 0 1 0.60
HSL 116.44º 1% 0.2% -
HSV(B) 116.44º 1% 0.4% -
XYZ 4.73 9.35 1.55 -
YUV 61.08 93.53 88.71 -
System Red Green Blue C M Y K H S L
Decimal 6 101 0 0.94 0 1 0.60 116.44 1 0.2
Hex 6 65 0 5E 0 64 3C 74 64 14
Octal 6 145 0 136 0 144 74 164 144 24
Binary 110 1100101 0 1011110 0 1100100 111100 1110100 1100100 10100

Color Harmonies of #066500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066500

Black with #066500

Text Example


Text Example

White with #066500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066500; }

 p { color: rgb(6,101,0); }

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

background-color css

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

 a { background-color: rgb(6,101,0); }

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

border-color css

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

 span { border-color: rgb(6,101,0); }

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