Html Css Color HEX #067230 Fun Green

📋 copy color: '#067230'

red 6 ◦ green 114 ◦ blue 48

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

Shades of Fun Green #067230

Tints of Fun Green #067230

RGB

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

 GREEN value IS 114 (44.92% from 255) = 67.86%

 BLUE value IS 48 (19.14% from 255) = 28.57%

R = 3.57%
G = 67.86%
B = 28.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#067230 (or 0x067230) is known color: Fun Green. HEX triplet: 06, 72 and 30. RGB value is (6,114,48). Sum of RGB (Red+Green+Blue) = 6+114+48=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 114 (44.92% from 255 or 67.86% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 114 - color contains mainly: green. Hex color #067230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067230 is #F98DCF. Grayscale: #4A4A4A. Windows color (decimal): -16354768 or 3174918. OLE color: 3174918.

HSL color Cylindrical-coordinate representation of color #067230: hue angle of 143.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067230 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 114 48 -
CMYK 0.95 0 0.58 0.55
HSL 143.33º 0.9% 0.24% -
HSV(B) 143.33º 0.95% 0.45% -
XYZ 6.63 12.29 4.82 -
YUV 74.18 113.22 79.37 -
System Red Green Blue C M Y K H S L
Decimal 6 114 48 0.95 0 0.58 0.55 143.33 0.9 0.24
Hex 6 72 30 5F 0 3A 37 8F 5A 18
Octal 6 162 60 137 0 72 67 217 132 30
Binary 110 1110010 110000 1011111 0 111010 110111 10001111 1011010 11000

Color Harmonies of #067230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067230

Black with #067230

Text Example


Text Example

White with #067230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067230; }

 p { color: rgb(6,114,48); }

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

background-color css

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

 a { background-color: rgb(6,114,48); }

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

border-color css

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

 span { border-color: rgb(6,114,48); }

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