Html Css Color HEX #006900 Green

📋 copy color: '#006900'

red 0 ◦ green 105 ◦ blue 0

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

Shades of Green #006900

Tints of Green #006900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 100%

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

R = 0%
G = 100%
B = 0%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#006900 (or 0x006900) is known color: Green. HEX triplet: 00, 69 and 00. RGB value is (0,105,0). Sum of RGB (Red+Green+Blue) = 0+105+0=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 105 (41.41% from 255 or 100% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 105 - color contains mainly: green. Hex color #006900 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006900 is #FF96FF. Grayscale: #3D3D3D. Windows color (decimal): -16750336 or 26880. OLE color: 26880.

HSL color Cylindrical-coordinate representation of color #006900: hue angle of 120º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006900 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 105 0 -
CMYK 1 0 1 0.59
HSL 120º 1% 0.21% -
HSV(B) 120º 1% 0.41% -
XYZ 5.05 10.1 1.68 -
YUV 61.64 93.21 84.04 -
System Red Green Blue C M Y K H S L
Decimal 0 105 0 1 0 1 0.59 120 1 0.21
Hex 0 69 0 64 0 64 3B 78 64 15
Octal 0 151 0 144 0 144 73 170 144 25
Binary 0 1101001 0 1100100 0 1100100 111011 1111000 1100100 10101

Color Harmonies of #006900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006900

Black with #006900

Text Example


Text Example

White with #006900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006900; }

 p { color: rgb(0,105,0); }

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

background-color css

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

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

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

border-color css

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

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

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