Html Css Color HEX #006F0F Green

📋 copy color: '#006F0F'

red 0 ◦ green 111 ◦ blue 15

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

Shades of Green #006F0F

Tints of Green #006F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.9%

R = 0%
G = 88.1%
B = 11.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#006F0F (or 0x006F0F) is known color: Green. HEX triplet: 00, 6F and 0F. RGB value is (0,111,15). Sum of RGB (Red+Green+Blue) = 0+111+15=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 111 (43.75% from 255 or 88.10% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 111 - color contains mainly: green. Hex color #006F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F0F is #FF90F0. Grayscale: #434343. Windows color (decimal): -16748785 or 1011456. OLE color: 1011456.

HSL color Cylindrical-coordinate representation of color #006F0F: hue angle of 128.11º 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 #006F0F is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 111 15 -
CMYK 1 0 0.86 0.56
HSL 128.11º 1% 0.22% -
HSV(B) 128.11º 1% 0.44% -
XYZ 5.77 11.4 2.35 -
YUV 66.87 98.73 80.31 -
System Red Green Blue C M Y K H S L
Decimal 0 111 15 1 0 0.86 0.56 128.11 1 0.22
Hex 0 6F F 64 0 56 38 80 64 16
Octal 0 157 17 144 0 126 70 200 144 26
Binary 0 1101111 1111 1100100 0 1010110 111000 10000000 1100100 10110

Color Harmonies of #006F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F0F

Black with #006F0F

Text Example


Text Example

White with #006F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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