Html Css Color HEX #068971 Observatory

📋 copy color: '#068971'

red 6 ◦ green 137 ◦ blue 113

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

Shades of Observatory #068971

Tints of Observatory #068971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.52%

 BLUE value IS 113 (44.53% from 255) = 44.14%

R = 2.34%
G = 53.52%
B = 44.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#068971 (or 0x068971) is known color: Observatory. HEX triplet: 06, 89 and 71. RGB value is (6,137,113). Sum of RGB (Red+Green+Blue) = 6+137+113=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #068971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068971 is #F9768E. Grayscale: #5F5F5F. Windows color (decimal): -16348815 or 7440646. OLE color: 7440646.

HSL color Cylindrical-coordinate representation of color #068971: hue angle of 169.01º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068971 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 137 113 -
CMYK 0.96 0 0.18 0.46
HSL 169.01º 0.92% 0.28% -
HSV(B) 169.01º 0.96% 0.54% -
XYZ 12 19.12 18.68 -
YUV 95.1 138.1 64.45 -
System Red Green Blue C M Y K H S L
Decimal 6 137 113 0.96 0 0.18 0.46 169.01 0.92 0.28
Hex 6 89 71 60 0 12 2E A9 5C 1C
Octal 6 211 161 140 0 22 56 251 134 34
Binary 110 10001001 1110001 1100000 0 10010 101110 10101001 1011100 11100

Color Harmonies of #068971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068971

Black with #068971

Text Example


Text Example

White with #068971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068971; }

 p { color: rgb(6,137,113); }

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

background-color css

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

 a { background-color: rgb(6,137,113); }

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

border-color css

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

 span { border-color: rgb(6,137,113); }

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