Html Css Color HEX #068962 Observatory

📋 copy color: '#068962'

red 6 ◦ green 137 ◦ blue 98

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

Shades of Observatory #068962

Tints of Observatory #068962

RGB

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

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

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

R = 2.49%
G = 56.85%
B = 40.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#068962 (or 0x068962) is known color: Observatory. HEX triplet: 06, 89 and 62. RGB value is (6,137,98). Sum of RGB (Red+Green+Blue) = 6+137+98=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 137 (53.91% from 255 or 56.85% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 137 - color contains mainly: green. Hex color #068962 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068962 is #F9769D. Grayscale: #5D5D5D. Windows color (decimal): -16348830 or 6457606. OLE color: 6457606.

HSL color Cylindrical-coordinate representation of color #068962: hue angle of 162.14º 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 #068962 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 137 98 -
CMYK 0.96 0 0.28 0.46
HSL 162.14º 0.92% 0.28% -
HSV(B) 162.14º 0.96% 0.54% -
XYZ 11.23 18.81 14.59 -
YUV 93.39 130.6 65.67 -
System Red Green Blue C M Y K H S L
Decimal 6 137 98 0.96 0 0.28 0.46 162.14 0.92 0.28
Hex 6 89 62 60 0 1C 2E A2 5C 1C
Octal 6 211 142 140 0 34 56 242 134 34
Binary 110 10001001 1100010 1100000 0 11100 101110 10100010 1011100 11100

Color Harmonies of #068962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068962

Black with #068962

Text Example


Text Example

White with #068962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068962; }

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

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

background-color css

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

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

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

border-color css

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

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

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