Html Css Color HEX #006F18 Green

📋 copy color: '#006F18'

red 0 ◦ green 111 ◦ blue 24

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

Shades of Green #006F18

Tints of Green #006F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.78%

R = 0%
G = 82.22%
B = 17.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#006F18 (or 0x006F18) is known color: Green. HEX triplet: 00, 6F and 18. RGB value is (0,111,24). Sum of RGB (Red+Green+Blue) = 0+111+24=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 111 (43.75% from 255 or 82.22% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 111 - color contains mainly: green. Hex color #006F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F18 is #FF90E7. Grayscale: #444444. Windows color (decimal): -16748776 or 1601280. OLE color: 1601280.

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

Color convert

RGB 0 111 24 -
CMYK 1 0 0.78 0.56
HSL 132.97º 1% 0.22% -
HSV(B) 132.97º 1% 0.44% -
XYZ 5.85 11.43 2.76 -
YUV 67.89 103.23 79.57 -
System Red Green Blue C M Y K H S L
Decimal 0 111 24 1 0 0.78 0.56 132.97 1 0.22
Hex 0 6F 18 64 0 4E 38 85 64 16
Octal 0 157 30 144 0 116 70 205 144 26
Binary 0 1101111 11000 1100100 0 1001110 111000 10000101 1100100 10110

Color Harmonies of #006F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F18

Black with #006F18

Text Example


Text Example

White with #006F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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