Html Css Color HEX #006F0B Green

📋 copy color: '#006F0B'

red 0 ◦ green 111 ◦ blue 11

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

Shades of Green #006F0B

Tints of Green #006F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.02%

R = 0%
G = 90.98%
B = 9.02%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#006F0B (or 0x006F0B) is known color: Green. HEX triplet: 00, 6F and 0B. RGB value is (0,111,11). Sum of RGB (Red+Green+Blue) = 0+111+11=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 111 (43.75% from 255 or 90.98% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 111 - color contains mainly: green. Hex color #006F0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F0B is #FF90F4. Grayscale: #424242. Windows color (decimal): -16748789 or 749312. OLE color: 749312.

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

Color convert

RGB 0 111 11 -
CMYK 1 0 0.90 0.56
HSL 125.95º 1% 0.22% -
HSV(B) 125.95º 1% 0.44% -
XYZ 5.74 11.39 2.21 -
YUV 66.41 96.73 80.63 -
System Red Green Blue C M Y K H S L
Decimal 0 111 11 1 0 0.90 0.56 125.95 1 0.22
Hex 0 6F B 64 0 5A 38 7E 64 16
Octal 0 157 13 144 0 132 70 176 144 26
Binary 0 1101111 1011 1100100 0 1011010 111000 1111110 1100100 10110

Color Harmonies of #006F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F0B

Black with #006F0B

Text Example


Text Example

White with #006F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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