Html Css Color HEX #067044 Jewel

📋 copy color: '#067044'

red 6 ◦ green 112 ◦ blue 68

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

Shades of Jewel #067044

Tints of Jewel #067044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.56%

R = 3.23%
G = 60.22%
B = 36.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#067044 (or 0x067044) is known color: Jewel. HEX triplet: 06, 70 and 44. RGB value is (6,112,68). Sum of RGB (Red+Green+Blue) = 6+112+68=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #067044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067044 is #F98FBB. Grayscale: #4B4B4B. Windows color (decimal): -16355260 or 4485126. OLE color: 4485126.

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

Color convert

RGB 6 112 68 -
CMYK 0.95 0 0.39 0.56
HSL 155.09º 0.9% 0.23% -
HSV(B) 155.09º 0.95% 0.44% -
XYZ 6.91 12.04 7.43 -
YUV 75.29 123.88 78.58 -
System Red Green Blue C M Y K H S L
Decimal 6 112 68 0.95 0 0.39 0.56 155.09 0.9 0.23
Hex 6 70 44 5F 0 27 38 9B 5A 17
Octal 6 160 104 137 0 47 70 233 132 27
Binary 110 1110000 1000100 1011111 0 100111 111000 10011011 1011010 10111

Color Harmonies of #067044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067044

Black with #067044

Text Example


Text Example

White with #067044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067044; }

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

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

background-color css

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

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

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

border-color css

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

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

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