Html Css Color HEX #066840 Jewel

📋 copy color: '#066840'

red 6 ◦ green 104 ◦ blue 64

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

Shades of Jewel #066840

Tints of Jewel #066840

RGB

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

 GREEN value IS 104 (41.02% from 255) = 59.77%

 BLUE value IS 64 (25.39% from 255) = 36.78%

R = 3.45%
G = 59.77%
B = 36.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#066840 (or 0x066840) is known color: Jewel. HEX triplet: 06, 68 and 40. RGB value is (6,104,64). Sum of RGB (Red+Green+Blue) = 6+104+64=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 104 (41.02% from 255 or 59.77% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 104 - color contains mainly: green. Hex color #066840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066840 is #F997BF. Grayscale: #464646. Windows color (decimal): -16357312 or 4220934. OLE color: 4220934.

HSL color Cylindrical-coordinate representation of color #066840: hue angle of 155.51º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066840 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 104 64 -
CMYK 0.94 0 0.38 0.59
HSL 155.51º 0.89% 0.22% -
HSV(B) 155.51º 0.94% 0.41% -
XYZ 5.95 10.31 6.53 -
YUV 70.14 124.53 82.25 -
System Red Green Blue C M Y K H S L
Decimal 6 104 64 0.94 0 0.38 0.59 155.51 0.89 0.22
Hex 6 68 40 5E 0 26 3B 9C 59 16
Octal 6 150 100 136 0 46 73 234 131 26
Binary 110 1101000 1000000 1011110 0 100110 111011 10011100 1011001 10110

Color Harmonies of #066840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066840

Black with #066840

Text Example


Text Example

White with #066840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066840; }

 p { color: rgb(6,104,64); }

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

background-color css

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

 a { background-color: rgb(6,104,64); }

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

border-color css

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

 span { border-color: rgb(6,104,64); }

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