Html Css Color HEX #068671 Observatory

📋 copy color: '#068671'

red 6 ◦ green 134 ◦ blue 113

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

Shades of Observatory #068671

Tints of Observatory #068671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.96%

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

R = 2.37%
G = 52.96%
B = 44.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#068671 (or 0x068671) is known color: Observatory. HEX triplet: 06, 86 and 71. RGB value is (6,134,113). Sum of RGB (Red+Green+Blue) = 6+134+113=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #068671 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068671 is #F9798E. Grayscale: #5D5D5D. Windows color (decimal): -16349583 or 7439878. OLE color: 7439878.

HSL color Cylindrical-coordinate representation of color #068671: hue angle of 170.16º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068671 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 134 113 -
CMYK 0.96 0 0.16 0.47
HSL 170.16º 0.91% 0.27% -
HSV(B) 170.16º 0.96% 0.53% -
XYZ 11.58 18.28 18.54 -
YUV 93.33 139.09 65.71 -
System Red Green Blue C M Y K H S L
Decimal 6 134 113 0.96 0 0.16 0.47 170.16 0.91 0.27
Hex 6 86 71 60 0 10 2F AA 5B 1B
Octal 6 206 161 140 0 20 57 252 133 33
Binary 110 10000110 1110001 1100000 0 10000 101111 10101010 1011011 11011

Color Harmonies of #068671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068671

Black with #068671

Text Example


Text Example

White with #068671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068671; }

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

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

background-color css

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

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

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

border-color css

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

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

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