Html Css Color HEX #068434 Dark Spring Green

📋 copy color: '#068434'

red 6 ◦ green 132 ◦ blue 52

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

Shades of Dark Spring Green #068434

Tints of Dark Spring Green #068434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.37%

R = 3.16%
G = 69.47%
B = 27.37%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#068434 (or 0x068434) is known color: Dark Spring Green. HEX triplet: 06, 84 and 34. RGB value is (6,132,52). Sum of RGB (Red+Green+Blue) = 6+132+52=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 132 (51.95% from 255 or 69.47% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 132 - color contains mainly: green. Hex color #068434 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068434 is #F97BCB. Grayscale: #555555. Windows color (decimal): -16350156 or 3441670. OLE color: 3441670.

HSL color Cylindrical-coordinate representation of color #068434: hue angle of 141.9º 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 #068434 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 132 52 -
CMYK 0.95 0 0.61 0.48
HSL 141.9º 0.91% 0.27% -
HSV(B) 141.9º 0.95% 0.52% -
XYZ 8.95 16.79 6.02 -
YUV 85.21 109.26 71.5 -
System Red Green Blue C M Y K H S L
Decimal 6 132 52 0.95 0 0.61 0.48 141.9 0.91 0.27
Hex 6 84 34 5F 0 3D 30 8E 5B 1B
Octal 6 204 64 137 0 75 60 216 133 33
Binary 110 10000100 110100 1011111 0 111101 110000 10001110 1011011 11011

Color Harmonies of #068434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068434

Black with #068434

Text Example


Text Example

White with #068434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068434; }

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

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

background-color css

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

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

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

border-color css

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

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

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