Html Css Color HEX #068422 Forest Green

📋 copy color: '#068422'

red 6 ◦ green 132 ◦ blue 34

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

Shades of Forest Green #068422

Tints of Forest Green #068422

RGB

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

 GREEN value IS 132 (51.95% from 255) = 76.74%

 BLUE value IS 34 (13.67% from 255) = 19.77%

R = 3.49%
G = 76.74%
B = 19.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#068422 (or 0x068422) is known color: Forest Green. HEX triplet: 06, 84 and 22. RGB value is (6,132,34). Sum of RGB (Red+Green+Blue) = 6+132+34=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 132 (51.95% from 255 or 76.74% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 132 - color contains mainly: green. Hex color #068422 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068422 is #F97BDD. Grayscale: #535353. Windows color (decimal): -16350174 or 2262022. OLE color: 2262022.

HSL color Cylindrical-coordinate representation of color #068422: hue angle of 133.33º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068422 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 132 34 -
CMYK 0.95 0 0.74 0.48
HSL 133.33º 0.91% 0.27% -
HSV(B) 133.33º 0.95% 0.52% -
XYZ 8.62 16.66 4.27 -
YUV 83.15 100.26 72.97 -
System Red Green Blue C M Y K H S L
Decimal 6 132 34 0.95 0 0.74 0.48 133.33 0.91 0.27
Hex 6 84 22 5F 0 4A 30 85 5B 1B
Octal 6 204 42 137 0 112 60 205 133 33
Binary 110 10000100 100010 1011111 0 1001010 110000 10000101 1011011 11011

Color Harmonies of #068422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068422

Black with #068422

Text Example


Text Example

White with #068422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068422; }

 p { color: rgb(6,132,34); }

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

background-color css

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

 a { background-color: rgb(6,132,34); }

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

border-color css

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

 span { border-color: rgb(6,132,34); }

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