Html Css Color HEX #068965 Observatory

📋 copy color: '#068965'

red 6 ◦ green 137 ◦ blue 101

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

Shades of Observatory #068965

Tints of Observatory #068965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.39%

R = 2.46%
G = 56.15%
B = 41.39%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#068965 (or 0x068965) is known color: Observatory. HEX triplet: 06, 89 and 65. RGB value is (6,137,101). Sum of RGB (Red+Green+Blue) = 6+137+101=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #068965 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068965 is #F9769A. Grayscale: #5D5D5D. Windows color (decimal): -16348827 or 6654214. OLE color: 6654214.

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

Color convert

RGB 6 137 101 -
CMYK 0.96 0 0.26 0.46
HSL 163.51º 0.92% 0.28% -
HSV(B) 163.51º 0.96% 0.54% -
XYZ 11.37 18.87 15.35 -
YUV 93.73 132.1 65.43 -
System Red Green Blue C M Y K H S L
Decimal 6 137 101 0.96 0 0.26 0.46 163.51 0.92 0.28
Hex 6 89 65 60 0 1A 2E A4 5C 1C
Octal 6 211 145 140 0 32 56 244 134 34
Binary 110 10001001 1100101 1100000 0 11010 101110 10100100 1011100 11100

Color Harmonies of #068965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068965

Black with #068965

Text Example


Text Example

White with #068965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068965; }

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

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

background-color css

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

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

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

border-color css

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

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

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