Html Css Color HEX #066841 Jewel

📋 copy color: '#066841'

red 6 ◦ green 104 ◦ blue 65

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

Shades of Jewel #066841

Tints of Jewel #066841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 37.14%

R = 3.43%
G = 59.43%
B = 37.14%

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

#066841 (or 0x066841) is known color: Jewel. HEX triplet: 06, 68 and 41. RGB value is (6,104,65). Sum of RGB (Red+Green+Blue) = 6+104+65=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #066841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066841 is #F997BE. Grayscale: #464646. Windows color (decimal): -16357311 or 4286470. OLE color: 4286470.

HSL color Cylindrical-coordinate representation of color #066841: hue angle of 156.12º 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 #066841 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 104 65 -
CMYK 0.94 0 0.38 0.59
HSL 156.12º 0.89% 0.22% -
HSV(B) 156.12º 0.94% 0.41% -
XYZ 5.98 10.32 6.68 -
YUV 70.25 125.03 82.17 -
System Red Green Blue C M Y K H S L
Decimal 6 104 65 0.94 0 0.38 0.59 156.12 0.89 0.22
Hex 6 68 41 5E 0 26 3B 9C 59 16
Octal 6 150 101 136 0 46 73 234 131 26
Binary 110 1101000 1000001 1011110 0 100110 111011 10011100 1011001 10110

Color Harmonies of #066841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066841

Black with #066841

Text Example


Text Example

White with #066841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066841; }

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

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

background-color css

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

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

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

border-color css

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

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

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