Html Css Color HEX #067041 Jewel

📋 copy color: '#067041'

red 6 ◦ green 112 ◦ blue 65

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

Shades of Jewel #067041

Tints of Jewel #067041

RGB

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

 GREEN value IS 112 (44.14% from 255) = 61.2%

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

R = 3.28%
G = 61.2%
B = 35.52%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#067041 (or 0x067041) is known color: Jewel. HEX triplet: 06, 70 and 41. RGB value is (6,112,65). Sum of RGB (Red+Green+Blue) = 6+112+65=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #067041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067041 is #F98FBE. Grayscale: #4B4B4B. Windows color (decimal): -16355263 or 4288518. OLE color: 4288518.

HSL color Cylindrical-coordinate representation of color #067041: hue angle of 153.4º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067041 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 112 65 -
CMYK 0.95 0 0.42 0.56
HSL 153.4º 0.9% 0.23% -
HSV(B) 153.4º 0.95% 0.44% -
XYZ 6.82 12.01 6.96 -
YUV 74.95 122.38 78.82 -
System Red Green Blue C M Y K H S L
Decimal 6 112 65 0.95 0 0.42 0.56 153.4 0.9 0.23
Hex 6 70 41 5F 0 2A 38 99 5A 17
Octal 6 160 101 137 0 52 70 231 132 27
Binary 110 1110000 1000001 1011111 0 101010 111000 10011001 1011010 10111

Color Harmonies of #067041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067041

Black with #067041

Text Example


Text Example

White with #067041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067041; }

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

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

background-color css

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

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

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

border-color css

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

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

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