Html Css Color HEX #068762 Observatory

📋 copy color: '#068762'

red 6 ◦ green 135 ◦ blue 98

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

Shades of Observatory #068762

Tints of Observatory #068762

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.49%

 BLUE value IS 98 (38.67% from 255) = 41%

R = 2.51%
G = 56.49%
B = 41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#068762 (or 0x068762) is known color: Observatory. HEX triplet: 06, 87 and 62. RGB value is (6,135,98). Sum of RGB (Red+Green+Blue) = 6+135+98=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #068762 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068762 is #F9789D. Grayscale: #5C5C5C. Windows color (decimal): -16349342 or 6457094. OLE color: 6457094.

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

Color convert

RGB 6 135 98 -
CMYK 0.96 0 0.27 0.47
HSL 162.79º 0.91% 0.28% -
HSV(B) 162.79º 0.96% 0.53% -
XYZ 10.94 18.25 14.5 -
YUV 92.21 131.26 66.51 -
System Red Green Blue C M Y K H S L
Decimal 6 135 98 0.96 0 0.27 0.47 162.79 0.91 0.28
Hex 6 87 62 60 0 1B 2F A3 5B 1C
Octal 6 207 142 140 0 33 57 243 133 34
Binary 110 10000111 1100010 1100000 0 11011 101111 10100011 1011011 11100

Color Harmonies of #068762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068762

Black with #068762

Text Example


Text Example

White with #068762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068762; }

 p { color: rgb(6,135,98); }

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

background-color css

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

 a { background-color: rgb(6,135,98); }

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

border-color css

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

 span { border-color: rgb(6,135,98); }

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