Html Css Color HEX #067242 Jewel

📋 copy color: '#067242'

red 6 ◦ green 114 ◦ blue 66

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

Shades of Jewel #067242

Tints of Jewel #067242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 61.29%

 BLUE value IS 66 (26.17% from 255) = 35.48%

R = 3.23%
G = 61.29%
B = 35.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#067242 (or 0x067242) is known color: Jewel. HEX triplet: 06, 72 and 42. RGB value is (6,114,66). Sum of RGB (Red+Green+Blue) = 6+114+66=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 114 (44.92% from 255 or 61.29% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 114 - color contains mainly: green. Hex color #067242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067242 is #F98DBD. Grayscale: #4C4C4C. Windows color (decimal): -16354750 or 4354566. OLE color: 4354566.

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

Color convert

RGB 6 114 66 -
CMYK 0.95 0 0.42 0.55
HSL 153.33º 0.9% 0.24% -
HSV(B) 153.33º 0.95% 0.45% -
XYZ 7.08 12.47 7.19 -
YUV 76.24 122.22 77.9 -
System Red Green Blue C M Y K H S L
Decimal 6 114 66 0.95 0 0.42 0.55 153.33 0.9 0.24
Hex 6 72 42 5F 0 2A 37 99 5A 18
Octal 6 162 102 137 0 52 67 231 132 30
Binary 110 1110010 1000010 1011111 0 101010 110111 10011001 1011010 11000

Color Harmonies of #067242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067242

Black with #067242

Text Example


Text Example

White with #067242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067242; }

 p { color: rgb(6,114,66); }

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

background-color css

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

 a { background-color: rgb(6,114,66); }

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

border-color css

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

 span { border-color: rgb(6,114,66); }

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