Html Css Color HEX #006F0D Green

📋 copy color: '#006F0D'

red 0 ◦ green 111 ◦ blue 13

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

Shades of Green #006F0D

Tints of Green #006F0D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 89.52%

 BLUE value IS 13 (5.47% from 255) = 10.48%

R = 0%
G = 89.52%
B = 10.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#006F0D (or 0x006F0D) is known color: Green. HEX triplet: 00, 6F and 0D. RGB value is (0,111,13). Sum of RGB (Red+Green+Blue) = 0+111+13=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 111 (43.75% from 255 or 89.52% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 111 - color contains mainly: green. Hex color #006F0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F0D is #FF90F2. Grayscale: #424242. Windows color (decimal): -16748787 or 880384. OLE color: 880384.

HSL color Cylindrical-coordinate representation of color #006F0D: hue angle of 127.03º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F0D is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 111 13 -
CMYK 1 0 0.88 0.56
HSL 127.03º 1% 0.22% -
HSV(B) 127.03º 1% 0.44% -
XYZ 5.76 11.4 2.28 -
YUV 66.64 97.73 80.47 -
System Red Green Blue C M Y K H S L
Decimal 0 111 13 1 0 0.88 0.56 127.03 1 0.22
Hex 0 6F D 64 0 58 38 7F 64 16
Octal 0 157 15 144 0 130 70 177 144 26
Binary 0 1101111 1101 1100100 0 1011000 111000 1111111 1100100 10110

Color Harmonies of #006F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F0D

Black with #006F0D

Text Example


Text Example

White with #006F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006F0D; }

 p { color: rgb(0,111,13); }

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

background-color css

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

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

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

border-color css

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

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

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