Html Css Color HEX #469D69 Ocean Green

📋 copy color: '#469D69'

red 70 ◦ green 157 ◦ blue 105

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

Shades of Ocean Green #469D69

Tints of Ocean Green #469D69

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.29%

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

R = 21.08%
G = 47.29%
B = 31.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#469D69 (or 0x469D69) is known color: Ocean Green. HEX triplet: 46, 9D and 69. RGB value is (70,157,105). Sum of RGB (Red+Green+Blue) = 70+157+105=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 157 - color contains mainly: green. Hex color #469D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D69 is #B96296. Grayscale: #7D7D7D. Windows color (decimal): -12149399 or 6921542. OLE color: 6921542.

HSL color Cylindrical-coordinate representation of color #469D69: hue angle of 144.14º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D69 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 157 105 -
CMYK 0.55 0 0.33 0.38
HSL 144.14º 0.38% 0.45% -
HSV(B) 144.14º 0.55% 0.62% -
XYZ 17.13 26.44 17.56 -
YUV 125.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 70 157 105 0.55 0 0.33 0.38 144.14 0.38 0.45
Hex 46 9D 69 37 0 21 26 90 26 2D
Octal 106 235 151 67 0 41 46 220 46 55
Binary 1000110 10011101 1101001 110111 0 100001 100110 10010000 100110 101101

Color Harmonies of #469D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469D69

Black with #469D69

Text Example


Text Example

White with #469D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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