Html Css Color HEX #066F44 Jewel

📋 copy color: '#066F44'

red 6 ◦ green 111 ◦ blue 68

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

Shades of Jewel #066F44

Tints of Jewel #066F44

RGB

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

 GREEN value IS 111 (43.75% from 255) = 60%

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

R = 3.24%
G = 60%
B = 36.76%

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

#066F44 (or 0x066F44) is known color: Jewel. HEX triplet: 06, 6F and 44. RGB value is (6,111,68). Sum of RGB (Red+Green+Blue) = 6+111+68=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 111 (43.75% from 255 or 60% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 111 - color contains mainly: green. Hex color #066F44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066F44 is #F990BB. Grayscale: #4A4A4A. Windows color (decimal): -16355516 or 4484870. OLE color: 4484870.

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

Color convert

RGB 6 111 68 -
CMYK 0.95 0 0.39 0.56
HSL 155.43º 0.9% 0.23% -
HSV(B) 155.43º 0.95% 0.44% -
XYZ 6.8 11.82 7.39 -
YUV 74.7 124.21 79 -
System Red Green Blue C M Y K H S L
Decimal 6 111 68 0.95 0 0.39 0.56 155.43 0.9 0.23
Hex 6 6F 44 5F 0 27 38 9B 5A 17
Octal 6 157 104 137 0 47 70 233 132 27
Binary 110 1101111 1000100 1011111 0 100111 111000 10011011 1011010 10111

Color Harmonies of #066F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066F44

Black with #066F44

Text Example


Text Example

White with #066F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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