Html Css Color HEX #69852B Olive Drab

📋 copy color: '#69852B'

red 105 ◦ green 133 ◦ blue 43

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

Shades of Olive Drab #69852B

Tints of Olive Drab #69852B

RGB

 RED value IS 105 (41.41% from 255) = 37.37%

 GREEN value IS 133 (52.34% from 255) = 47.33%

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 37.37%
G = 47.33%
B = 15.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#69852B (or 0x69852B) is known color: Olive Drab. HEX triplet: 69, 85 and 2B. RGB value is (105,133,43). Sum of RGB (Red+Green+Blue) = 105+133+43=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #69852B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69852B is #967AD4. Grayscale: #727272. Windows color (decimal): -9861845 or 2852201. OLE color: 2852201.

HSL color Cylindrical-coordinate representation of color #69852B: hue angle of 78.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69852B is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 43 -
CMYK 0.21 0 0.68 0.48
HSL 78.67º 0.51% 0.35% -
HSV(B) 78.67º 0.68% 0.52% -
XYZ 14.65 19.95 5.36 -
YUV 114.37 87.72 121.32 -
System Red Green Blue C M Y K H S L
Decimal 105 133 43 0.21 0 0.68 0.48 78.67 0.51 0.35
Hex 69 85 2B 15 0 44 30 4F 33 23
Octal 151 205 53 25 0 104 60 117 63 43
Binary 1101001 10000101 101011 10101 0 1000100 110000 1001111 110011 100011

Color Harmonies of #69852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69852B

Black with #69852B

Text Example


Text Example

White with #69852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69852B; }

 p { color: rgb(105,133,43); }

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

background-color css

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

 a { background-color: rgb(105,133,43); }

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

border-color css

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

 span { border-color: rgb(105,133,43); }

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