Html Css Color HEX #066534 Fun Green

📋 copy color: '#066534'

red 6 ◦ green 101 ◦ blue 52

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

Shades of Fun Green #066534

Tints of Fun Green #066534

RGB

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

 GREEN value IS 101 (39.84% from 255) = 63.52%

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

R = 3.77%
G = 63.52%
B = 32.7%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#066534 (or 0x066534) is known color: Fun Green. HEX triplet: 06, 65 and 34. RGB value is (6,101,52). Sum of RGB (Red+Green+Blue) = 6+101+52=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 101 (39.84% from 255 or 63.52% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 101 - color contains mainly: green. Hex color #066534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066534 is #F99ACB. Grayscale: #434343. Windows color (decimal): -16358092 or 3433734. OLE color: 3433734.

HSL color Cylindrical-coordinate representation of color #066534: hue angle of 149.05º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066534 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 101 52 -
CMYK 0.94 0 0.49 0.60
HSL 149.05º 0.89% 0.21% -
HSV(B) 149.05º 0.94% 0.4% -
XYZ 5.35 9.59 4.82 -
YUV 67.01 119.53 84.48 -
System Red Green Blue C M Y K H S L
Decimal 6 101 52 0.94 0 0.49 0.60 149.05 0.89 0.21
Hex 6 65 34 5E 0 31 3C 95 59 15
Octal 6 145 64 136 0 61 74 225 131 25
Binary 110 1100101 110100 1011110 0 110001 111100 10010101 1011001 10101

Color Harmonies of #066534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066534

Black with #066534

Text Example


Text Example

White with #066534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066534; }

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

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

background-color css

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

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

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

border-color css

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

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

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