Html Css Color HEX #069A2A Forest Green

📋 copy color: '#069A2A'

red 6 ◦ green 154 ◦ blue 42

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

Shades of Forest Green #069A2A

Tints of Forest Green #069A2A

RGB

 RED value IS 6 (2.73% from 255) = 2.97%

 GREEN value IS 154 (60.55% from 255) = 76.24%

 BLUE value IS 42 (16.8% from 255) = 20.79%

R = 2.97%
G = 76.24%
B = 20.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#069A2A (or 0x069A2A) is known color: Forest Green. HEX triplet: 06, 9A and 2A. RGB value is (6,154,42). Sum of RGB (Red+Green+Blue) = 6+154+42=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 154 (60.55% from 255 or 76.24% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 154 - color contains mainly: green. Hex color #069A2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069A2A is #F965D5. Grayscale: #616161. Windows color (decimal): -16344534 or 2791942. OLE color: 2791942.

HSL color Cylindrical-coordinate representation of color #069A2A: hue angle of 134.59º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069A2A is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 154 42 -
CMYK 0.96 0 0.73 0.40
HSL 134.59º 0.93% 0.31% -
HSV(B) 134.59º 0.96% 0.6% -
XYZ 12.05 23.32 6.06 -
YUV 96.98 96.97 63.11 -
System Red Green Blue C M Y K H S L
Decimal 6 154 42 0.96 0 0.73 0.40 134.59 0.93 0.31
Hex 6 9A 2A 60 0 49 28 87 5C 1F
Octal 6 232 52 140 0 111 50 207 134 37
Binary 110 10011010 101010 1100000 0 1001001 101000 10000111 1011100 11111

Color Harmonies of #069A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069A2A

Black with #069A2A

Text Example


Text Example

White with #069A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069A2A; }

 p { color: rgb(6,154,42); }

 H1.HeaderClassName
 {
   color: #069A2A;
 }
 .AnyTagClassName
 {
   color: #069A2A;
 }
</style>

background-color css

<style>
 a { background-color: #069A2A; }

 a { background-color: rgb(6,154,42); }

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

border-color css

<style>
 span { border-color: #069A2A; }

 span { border-color: rgb(6,154,42); }

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