Html Css Color HEX #469A69 Ocean Green

📋 copy color: '#469A69'

red 70 ◦ green 154 ◦ blue 105

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

Shades of Ocean Green #469A69

Tints of Ocean Green #469A69

RGB

 RED value IS 70 (27.73% from 255) = 21.28%

 GREEN value IS 154 (60.55% from 255) = 46.81%

 BLUE value IS 105 (41.41% from 255) = 31.91%

R = 21.28%
G = 46.81%
B = 31.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#469A69 (or 0x469A69) is known color: Ocean Green. HEX triplet: 46, 9A and 69. RGB value is (70,154,105). Sum of RGB (Red+Green+Blue) = 70+154+105=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 154 - color contains mainly: green. Hex color #469A69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469A69 is #B96596. Grayscale: #7B7B7B. Windows color (decimal): -12150167 or 6920774. OLE color: 6920774.

HSL color Cylindrical-coordinate representation of color #469A69: hue angle of 145º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469A69 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 154 105 -
CMYK 0.55 0 0.32 0.40
HSL 145º 0.38% 0.44% -
HSV(B) 145º 0.55% 0.6% -
XYZ 16.63 25.43 17.4 -
YUV 123.3 117.67 89.98 -
System Red Green Blue C M Y K H S L
Decimal 70 154 105 0.55 0 0.32 0.40 145 0.38 0.44
Hex 46 9A 69 37 0 20 28 91 26 2C
Octal 106 232 151 67 0 40 50 221 46 54
Binary 1000110 10011010 1101001 110111 0 100000 101000 10010001 100110 101100

Color Harmonies of #469A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469A69

Black with #469A69

Text Example


Text Example

White with #469A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469A69; }

 p { color: rgb(70,154,105); }

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

background-color css

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

 a { background-color: rgb(70,154,105); }

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

border-color css

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

 span { border-color: rgb(70,154,105); }

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