Html Css Color HEX #67720D Fiji Green

📋 copy color: '#67720D'

red 103 ◦ green 114 ◦ blue 13

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

Shades of Fiji Green #67720D

Tints of Fiji Green #67720D

RGB

 RED value IS 103 (40.63% from 255) = 44.78%

 GREEN value IS 114 (44.92% from 255) = 49.57%

 BLUE value IS 13 (5.47% from 255) = 5.65%

R = 44.78%
G = 49.57%
B = 5.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#67720D (or 0x67720D) is known color: Fiji Green. HEX triplet: 67, 72 and 0D. RGB value is (103,114,13). Sum of RGB (Red+Green+Blue) = 103+114+13=230 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.78% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #67720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67720D is #988DF2. Grayscale: #636363. Windows color (decimal): -9997811 or 881255. OLE color: 881255.

HSL color Cylindrical-coordinate representation of color #67720D: hue angle of 66.53º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67720D is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 114 13 -
CMYK 0.10 0 0.89 0.55
HSL 66.53º 0.8% 0.25% -
HSV(B) 66.53º 0.89% 0.45% -
XYZ 11.68 14.95 2.65 -
YUV 99.2 79.36 130.71 -
System Red Green Blue C M Y K H S L
Decimal 103 114 13 0.10 0 0.89 0.55 66.53 0.8 0.25
Hex 67 72 D A 0 59 37 43 50 19
Octal 147 162 15 12 0 131 67 103 120 31
Binary 1100111 1110010 1101 1010 0 1011001 110111 1000011 1010000 11001

Color Harmonies of #67720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67720D

Black with #67720D

Text Example


Text Example

White with #67720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67720D; }

 p { color: rgb(103,114,13); }

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

background-color css

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

 a { background-color: rgb(103,114,13); }

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

border-color css

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

 span { border-color: rgb(103,114,13); }

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