Html Css Color HEX #007692 Eastern Blue

📋 copy color: '#007692'

red 0 ◦ green 118 ◦ blue 146

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

Shades of Eastern Blue #007692

Tints of Eastern Blue #007692

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 118 (46.48% from 255) = 44.7%

 BLUE value IS 146 (57.42% from 255) = 55.3%

R = 0%
G = 44.7%
B = 55.3%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#007692 (or 0x007692) is known color: Eastern Blue. HEX triplet: 00, 76 and 92. RGB value is (0,118,146). Sum of RGB (Red+Green+Blue) = 0+118+146=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #007692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007692 is #FF896D. Grayscale: #555555. Windows color (decimal): -16746862 or 9598464. OLE color: 9598464.

HSL color Cylindrical-coordinate representation of color #007692: hue angle of 191.51º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007692 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 118 146 -
CMYK 1 0.19 0 0.43
HSL 191.51º 1% 0.29% -
HSV(B) 191.51º 1% 0.57% -
XYZ 11.67 15.03 29.48 -
YUV 85.91 161.91 66.72 -
System Red Green Blue C M Y K H S L
Decimal 0 118 146 1 0.19 0 0.43 191.51 1 0.29
Hex 0 76 92 64 13 0 2B C0 64 1D
Octal 0 166 222 144 23 0 53 300 144 35
Binary 0 1110110 10010010 1100100 10011 0 101011 11000000 1100100 11101

Color Harmonies of #007692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007692

Black with #007692

Text Example


Text Example

White with #007692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007692; }

 p { color: rgb(0,118,146); }

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

background-color css

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

 a { background-color: rgb(0,118,146); }

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

border-color css

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

 span { border-color: rgb(0,118,146); }

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