Html Css Color HEX #006F1A Green

📋 copy color: '#006F1A'

red 0 ◦ green 111 ◦ blue 26

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

Shades of Green #006F1A

Tints of Green #006F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.98%

R = 0%
G = 81.02%
B = 18.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#006F1A (or 0x006F1A) is known color: Green. HEX triplet: 00, 6F and 1A. RGB value is (0,111,26). Sum of RGB (Red+Green+Blue) = 0+111+26=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 111 (43.75% from 255 or 81.02% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 111 - color contains mainly: green. Hex color #006F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F1A is #FF90E5. Grayscale: #444444. Windows color (decimal): -16748774 or 1732352. OLE color: 1732352.

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

Color convert

RGB 0 111 26 -
CMYK 1 0 0.77 0.56
HSL 134.05º 1% 0.22% -
HSV(B) 134.05º 1% 0.44% -
XYZ 5.87 11.44 2.88 -
YUV 68.12 104.23 79.41 -
System Red Green Blue C M Y K H S L
Decimal 0 111 26 1 0 0.77 0.56 134.05 1 0.22
Hex 0 6F 1A 64 0 4D 38 86 64 16
Octal 0 157 32 144 0 115 70 206 144 26
Binary 0 1101111 11010 1100100 0 1001101 111000 10000110 1100100 10110

Color Harmonies of #006F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F1A

Black with #006F1A

Text Example


Text Example

White with #006F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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